type vendor/golang.org/x/net/dns/dnsmessage.section
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L376: type section uint8
message.go#L379: sectionNotStarted section = iota
message.go#L396: var sectionNames = map[section]string{
message.go#L414: func (h *header) count(sec section) uint16 {
message.go#L543: section section
message.go#L564: func (p *Parser) checkAdvance(sec section) error {
message.go#L580: func (p *Parser) resource(sec section) (Resource, error) {
message.go#L596: func (p *Parser) resourceHeader(sec section) (ResourceHeader, error) {
message.go#L614: func (p *Parser) skipResource(sec section) error {
message.go#L1205: section section
message.go#L1256: func (b *Builder) startCheck(s section) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |